From: Juanma Barranquero Date: Tue, 2 Jul 2002 14:50:00 +0000 (+0000) Subject: (cperl-break-one-line-blocks-when-indent): Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~56442 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2022c546c049914740f6f50846d4e5a31ccb8076;p=emacs.git (cperl-break-one-line-blocks-when-indent): Fix typo. --- diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index f8cf794cd5e..7fa9df835b8 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el @@ -486,7 +486,7 @@ than 1 and nil will probably not work." (defcustom cperl-break-one-line-blocks-when-indent t "*Non-nil means that one-line if/unless/while/until/for/foreach BLOCKs -need to be reformated into multiline ones when indenting a region." +need to be reformatted into multiline ones when indenting a region." :type 'boolean :group 'cperl-indentation-details)